Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.mail.service.MailServiceContrib

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.mail.service.MailServiceContrib">
  <require>org.nuxeo.ecm.platform.MailService</require>

  <extension target="org.nuxeo.ecm.platform.MailService"
    point="propertiesFetcher">
    <propertiesFetcher name="simple" class="org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher"/>
  </extension>
  
  <extension target="org.nuxeo.ecm.platform.MailService" point="actionPipes">

    <pipe name="nxmail">
      <action>
        org.nuxeo.ecm.platform.mail.listener.action.StartAction
      </action>
      <action>
        org.nuxeo.ecm.platform.mail.listener.action.ExtractMessageInformationAction
      </action>
      <action>
        org.nuxeo.ecm.platform.mail.listener.action.CheckMailUnicity
      </action>
      <action>
        org.nuxeo.ecm.platform.mail.listener.action.CreateDocumentsAction
      </action>
    </pipe>

  </extension>

</component>